.header, .content, .footer {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.h_top {
    height: 223px;
    position: relative;
    z-index: 2;
    font-family: "Microsoft Yahei";
}

.h_top:before, .h_top:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 159px;
    height: 1px;
    background: #d0d0d0;
}

.h_top:before {
    top: 0;
    height: 40px;
    background: #ececec;
}

.t_top {
    height: 40px;
    line-height: 40px;
    color: #666;
}

.t_top p a {
    color: #666;
    display: inline-block;
    background: url(../image/t_ico1.gif) no-repeat 0 center;
    padding: 0 31px 0 23px;
}

.t_top p a:nth-child(2) {
    background: url(../image/t_ico2.gif) no-repeat 0 center;
}

.t_top p a:nth-child(3) {
    background: url(../image/t_ico3.gif) no-repeat 0 center;
    padding-right: 0;
}

.t_top p a:hover {
    font-weight: bold;
    color: #c30d23;
}

.t_con {
    height: 90px;
    position: relative;
    padding: 29px 0 0;
}

.t_logo, .t_logo img {
    /*width: 124px;*/
    /*height: 63px;*/
    display: block;
}

.t_text {
    background: url(../image/t_ge.gif) no-repeat 19px 7px;
    padding: 0 0 0 42px;
    font-size: 28px;
    line-height: 38px;
    color: #313742;
    position: relative;
}

.t_text span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
}

.t_pho {
    background: url(../image/t_pho.gif) no-repeat 0 13px;
    padding: 6px 0 0 56px;
    line-height: 30px;
    color: #333;
    font-size: 26px;
    font-family: Arial;
}

.t_pho span {
    display: block;
}

.menu {
    white-space: nowrap;
    line-height: 64px;
    font-size: 18px;
}

.menu ul {
    height: 64px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.menu li {
    float: left;
    font-weight: bold;
    height: 66px;
}

.menu li a {
    color: #333;
    display: inline-block;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.menu li:first-child a span {
    display: inline-block;
    padding: 0 0 0 30px;
    background: url(../image/ico_shy.png) no-repeat 0 center;
}

.menu li a:after {
    /*content: "";*/
    position: absolute;
    width: 1px;
    height: 16px;
    top: 24px;
    right: -1px;
    background: #c0c0c0;
    z-index: -1;
}

.menu li:last-child a:after {
    width: 0;
    height: 0;
}

.menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 64px;
    top: 0;
    left: 0;
    background: #c30d23;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.menu li.cur a, .menu li:hover a {
    color: #fff;
}

.menu li.cur a:before, .menu li:hover a:before {
    width: 100%;
}

.menu li .submenu {
    overflow: hidden;
    display: none;
    position: absolute;
    width: 100%;
    top: 220px;
    z-index: 9;
    background: #f7f5f5;
    padding: 14px 0;
    left: 0;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.menu li .submenu dl {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.menu li .submenu dt {
    float: right;
    width: 450px;
    height: 260px;
    overflow: hidden;
}

.menu li .submenu dt a {
    background: none;
}

.menu li .submenu dt img {
    width: 450px;
    height: 260px;
    display: block;
}

.menu li .submenu dd {
    float: left;
    width: 740px;
    margin-top: 30px;
}

.menu li .submenu p a {
    display: block;
    float: left;
    width: 180px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding-left: 42px;
    font-size: 18px;
    color: #333333;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu li .submenu p a:nth-child(2n), .menu li:nth-child(3) .submenu p a:nth-child(2n) {
    margin-right: 0;
}

.menu li:nth-child(3) .submenu p a:nth-child(3n) {
    margin: 0 20px 20px 0;
}

.menu li:nth-child(3) .submenu p a {
    width: 280px;
}

.menu li .submenu p a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #c30d23;
    border-radius: 50%;
    left: 21px;
    top: 21px;
}

.menu li .submenu p a::after, .menu li .submenu dt a::before {
    width: 0;
}

.menu li:hover .submenu p a {
    font-weight: normal;
}

.menu li:hover .submenu p a:hover {
    border-color: #c30d23;
    background: #c30d23;
    color: #fff;
}

.menu li .submenu span a {
    display: block;
    width: 198px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #c30d23;
    padding-left: 42px;
    font-size: 18px;
    color: #fff;
    margin: 0 20px 20px 0;
    position: relative;
    text-align: left;
    font-weight: normal;
    float: left;
    background: #c30d23;
}

.menu li .submenu span a:before, .menu li .submenu p a:hover:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    left: 21px;
    top: 21px;
    background: #fff;
}

.menu li a:-webkit-any-link {
    display: block;
}


.s_bg {
    height: 76px;
    overflow: hidden;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    box-shadow: unset;
}

.search {
    width: 1200px;
    margin: 0 auto;
    height: 76px;
    overflow: hidden;
}

.search p {
    float: left;
    font-size: 16px;
    color: #000000;
    width: 920px;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: url(../image/i23.png) no-repeat 0 24px;
    padding-left: 28px;
    background-size: 24px;
}

.search p a {
    font-size: 16px;
    color: #666;
    padding: 0 10px 0 0;
}

.search p a:hover {
    color: #333;
}

.isearch {
    position: relative;
    overflow: hidden;
}

.search .ser_inp {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: none;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #666;
    line-height: 40px;
    outline: none;
    margin-top: 19px;
    border: 1px solid #cccccc;
    border-radius: 40px;
    box-sizing: border-box;
}

.search .ser_so {
    cursor: pointer;
    float: left;
    background: url(../image/i24.png) no-repeat;
    background-size: 20px;
    border: none;
    top: 27px;
    right: 12px;
    position: absolute;
    width: 20px;
    height: 20px;
}

input::-webkit-input-placeholder {
    color: #666;
}

.til01 {
    text-align: center;
    color: #333;
    font-size: 48px;
    line-height: 60px;
    font-family: "Microsoft Yahei";
    white-space: nowrap;
    padding: 0 0 38px;
    background: url(../image/tilbg1.png) no-repeat center bottom;
    margin-bottom: 40px;
}

.til01 p {
    display: block;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
}


.product {
    height: 1120px;
    background: #F7F7F7;
}

.pro {
    padding-top: 68px;
}

.pro h3 {
    text-align: center;
    height: 70px;
    margin-bottom: 49px;
}

.pro h3 span {
    display: block;
    width: 327px;
    margin: 0 auto 13px;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    padding: 0 100px;
    position: relative;
}

.pro h3 span:before {
    width: 100px;
    height: 7px;
    background: url(../image/xt1.png) no-repeat center;
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
}

.pro h3 span:after {
    width: 100px;
    height: 7px;
    background: url(../image/xt2.png) no-repeat center;
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
}

.pro h3 i {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    font-weight: normal;
}

.pro .pronav {
    width: 240px;
    float: left;
}

.pro .pronav .prv {
    width: 240px;
    height: 78px;
    background: #c30d23;
    padding-top: 32px;
}

.pro .pronav .prv i {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    margin-bottom: 7px;
    opacity: 0.6;
}

.pro .pronav .prv em {
    display: block;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 26px;
}

.pro .pronav .slide-box {
    border: 1px solid #ebebeb;
    border-top: 0;
    background: #FFF;
    border-bottom: 0;
}

.pro .pronav .slide-box h2 {
    height: 50.5px;
    text-align: center;
    line-height: 50.5px;
    border-bottom: 1px solid #ebebeb;
}

.pro .pronav .slide-box h2 a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.pro .pronav .slide-box h2.cur a {
    color: #c30d23
}

.pro .pronav .slide-box ul {
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
}

.pro .pronav .slide-box ul li {
    padding-left: 46px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}

.pro .pronav .slide-box ul li a {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    padding-left: 19px;
    background: url(../image/y.png) no-repeat left;
}

.pro .pronav .slide-box ul li a:hover {
    color: #c30d23;
}

.pro .pro_sm {
    width: 922px;
    height: 685px;
    float: right;
}

.pro .pro_sm dl {
    border: 1px solid #ebebeb;
    height: 402px;
    margin-bottom: 25px;
}

.pro .pro_sm dl dt {
    width: 537px;
    height: 402px;
    float: left;
    border-right: 1px solid #ebebeb;
}

.pro .pro_sm dl dt img {
    width: 537px;
    height: 402px;
}

.pro .pro_sm dl dd {
    width: 322px;
    float: left;
    padding-top: 78px;
    padding-left: 59px;
}

.pro .pro_sm dl dd span {
    display: block;
    margin-bottom: 36px;
    padding-top: 4px;
    padding-left: 22px;
    background: url(../image/h.png) no-repeat left top;
    background-size: 20px;
}

.pro .pro_sm dl dd span a {
    font-size: 18px;
    line-height: 18px;
    color: #c30d23;
    font-weight: bold;
}

.pro .pro_sm dl dd p {
    height: 102px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 46px;
    line-height: 26px;
}

.pro .pro_sm dl dd em a {
    display: block;
    width: 110px;
    height: 30px;
    background: #c30d23;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #FFFFFF;
}

.pro .pro_sm .bd {
    position: relative;
}

.pro .pro_sm .bd ul {
    height: 256px;
}

.pro .pro_sm .bd ul li {
    float: left;
    width: 276px;
    height: 256px;
    margin: 0 15px;
}

.pro .pro_sm .bd ul li span {
    display: block;
    width: 274px;
    height: 205px;
    border: 1px solid #ebebeb;
}

.pro .pro_sm .bd ul li span img {
    width: 274px;
    height: 205px;
}

.pro .pro_sm .bd ul li i {
    display: block;
    height: 49px;
    background: #c30d23;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.pro .pro_sm .bd .jt i {
    display: block;
    width: 44px;
    height: 44px;
    float: left;
    position: absolute;
    cursor: pointer;
}

.pro .pro_sm .bd .jt .prev {
    background: url(../image/prev.png) no-repeat center;
    top: 92px;
    left: 0;
}

.pro .pro_sm .bd .jt .next {
    background: url(../image/next.png) no-repeat center;
    top: 92px;
    right: 0;
}

.pro .pro_sm dl dd {
    padding: 78px 30px 0;
}

.slide-box ul {
    display: none;
}

.slide-box .fr1 {
    display: block;
}

/*优势*/
.ys_bg {
    background: url(../image/ys_bg.jpg) no-repeat center 0;
    height: 870px;
    overflow: hidden;
    padding: 68px 0 0;
    background-size: cover;
}

.ys_t {
    padding: 15px 0 0 105px;
    height: 90px;
}

.ys_t ul li {
    float: left;
    width: 265px;
    font-size: 24px;
    color: #fff;
    height: 60px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.ys_t ul li em {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 0;
    overflow: hidden;
    padding: 0 12px 0 0;
}

.ys_t ul li em img {
    width: 40px;
    height: 40px;
}

.ys_t ul li b {
    display: block;
    float: left;
    font-size: 24px;
    color: #333;
    width: 200px;
    line-height: 24px;
}

.ys_t ul li i {
    display: block;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

.ys_t ul li {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.ys_t ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1d2088;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ys_t ul li:hover:before {
    right: 35%;
}

.ys_t ul li.on {
    background: url(../image/ys_line01.gif) no-repeat 0 57px;
}

.ys_m dl dt {
    width: 833px;
    height: 543px;
    float: right;
    line-height: 0;
    overflow: hidden;
}

.ys_m dl dt img {
    width: 833px;
    height: 543px;
}

.ys_m dl dd {
    width: 267px;
    height: 443px;
    background: #c30d23;
    float: left;
    padding: 100px 50px 0;
    position: relative;
    z-index: 10;
}

.ys_m dl dd:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    top: 112px;
    border-left: 20px solid #c30d23;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.ys_m dl dd h5 {
    font-size: 32px;
    color: #fff;
    height: 75px;
    line-height: 32px;
    background: url(../image/ys_line02.gif) no-repeat 0 71px;
    margin-bottom: 25px;
}

.ys_m dl dd h5 i {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    color: #f8c8aa;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.ys_m dl dd p {
    font-size: 14px;
    color: #f9d3bd;
    line-height: 24px;
    padding: 20px 0 0 20px;
    background: url(../image/yjt.png) no-repeat 0 25px;
    background-size: 18px;
}

.ys_m dl dd span {
    display: block;
    width: 227px;
    padding: 50px 0 0;
}

.ys_m dl dd span a {
    display: block;
    font-size: 16px;
    color: #fff;
    background: url(../image/ys_btn.gif) no-repeat;
    width: 160px;
    height: 51px;
    line-height: 50px;
    overflow: hidden;
    /*padding-left: 67px;*/
    border: 1px solid #ffffff;
    text-align: center;
}

.ys_m dl dd span a:hover, .ban01_r em a:hover {
    animation: shake 1.5s linear;
    -webkit-animation: shake 1.5s linear;
}


/*广告条*/
.ban01 {
    background: url(../image/ban01.jpg) no-repeat center 0;
    height: 152px;
    overflow: hidden;
}

.ban01_l {
    font-size: 20px;
    color: #333;
    line-height: 40px;
    padding: 12px 0 0;
    width: 530px;
}

.ban01_l b {
    display: block;
    font-size: 34px;
}

.ban01_l i {
    color: #1d2088;
}

.ban01_r {
    width: 380px;
    padding: 30px 0 0;
}

.ban01_r span {
    display: block;
    float: left;
    width: 220px;
    background: url(../image/ban_tel.png) no-repeat 0 13px;
    padding-left: 45px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.ban01_r b {
    display: block;
    font-size: 26px;
}

.ban01_r em {
    display: block;
    float: left;
    width: 115px;
    padding-top: 5px;
}

.ban01_r em a {
    display: block;
    font-size: 14px;
    color: #333;
    width: 115px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #fff;
    overflow: hidden;
    border-radius: 30px;
}

/*新闻资讯*/
.nswsbox {
    padding: 68px 0;
    position: relative;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    overflow: hidden;
}

.nswsbox h3 {
    font-size: 24px;
    height: 62px;
    line-height: 44px;
    font-weight: normal;
    padding: 0 0 0 18px;
    position: relative;
}

.nswsbox h3:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 20px;
    left: 0;
    top: 12px;
    background: #c30d23;
}

.nswsbox h3 a {
    color: #000;
    display: block;
}

.news {
    width: 750px;
}

.news_c dl {
    width: 365px;
    height: 348px;
    overflow: hidden;
    float: left;
}

.news_c dl:nth-child(2) {
    margin-left: 20px;
}

.news_c dt, .news_c dt img {
    width: 365px;
    height: 203px;
    display: block;
    overflow: hidden;
}

.news_c dd h4 {
    font-size: 16px;
    line-height: 54px;
    height: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_c dd h4 a, .new_top h4 a {
    display: block;
    color: #000;
}

.news_c dl:hover h4 a, .new_top:hover h4 a {
    color: #c30d23;
}

.news_c li {
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #ededed;
    padding-left: 21px;
}

.news_c li span {
    float: right;
    color: #aaa;
}

.news_c li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 22px;
    left: 2px;
    background: #777;
    border-radius: 5px;
}

.news_c li a {
    color: #777;
    display: block;
    width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.faqs {
    width: 396px;
    overflow: hidden;
    height: 575px;
}

.faqs_c dl {
    margin-bottom: 31px;
}

.faqs_c dt {
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 36px;
    background: #ededed;
    border-radius: 18px;
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.faqs_c dt a {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.faqs_c dt em {
    width: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    background: #c30d23;
    float: left;
    margin-right: 18px;
    border-radius: 18px;
}

.faqs_c dl:hover dt a {
    color: #c30d23;
}

.shp-dl {
    width: 31%;
    margin-left: 2.3%;
}

.shp-dt {
    width: 100%;
    height: auto;
}

.shp-dd {
    text-align: center;
    width: 100%;
    line-height: 50px;
    padding: 0;
}

.shp-dd a {
    color: #fff;
    font-size: 16px;
}

.case .til01 a {
    color: #ffffff;
}

.case {
    padding: 30px 0;
    background: url(../images/casebg.jpg) no-repeat center;
    background-size: cover;
}


/*关于我们*/
.iabout {
    position: relative;
}

.iabout img {
    width: 100%;
}

.iabout-tt {
    background: #ffffff;
    padding: 75px;
    position: absolute;
    width: 770px;
    height: 560px;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    left: 175px;
    margin: auto 0;
}

.iabout-tt h2 {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
}

.iabout-tt h2 em {
    font-weight: bold;
}

.iabout-tt span {
    font-size: 20px;
    opacity: 0.8;
    color: #333333;
    margin: 15px 0 20px;
    display: block;
}

.iabout-tt p {
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}

.iabout-tt p span {
    font-size: 16px !important;
}

.iabout a {
    display: block;
    width: 150px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #c30d23;
    border-radius: 40px;
    font-size: 20px;
    color: #c30d23;
    margin-top: 80px;
}

.qyfc {
    margin-top: 55px;
    margin-bottom: 50px;
}

.picScroll-left .bd ul li {
    width: 280px;
    margin-right: 20px;
}
.picScroll-left .bd ul li img{
    width: 100%;
}
.iabitem {
    width: 100%;
    overflow: hidden;
}

.case_nav {
    padding: 0;
    height: 70px;
}

.case_nav ul {
    text-align: center;
}

.case_nav ul li {
    display: inline-block;
}

.case_nav ul li a {
    font-size: 20px;
    color: #333;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 32px;
}

.case_nav li a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.case_nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c30d23;
    border-radius: 3rem;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.case_nav li a:hover:before, .case_nav li.cur a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.case_nav li a:hover, .case_nav li.cur a {
    color: #fff;
    font-weight: bold;
}

.iabitem p {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

/*底部*/
em, i {
    font-style: normal;
}

.footWrap {
    height: 513px;
    overflow: hidden;
    background: url(../image/footer_bg.gif) repeat-x center top;
    position: relative;
}

.footWrap .footer {
    width: 1200px;
    margin: 0 auto;
}

.flogo {
    height: 444px;
    width: 415px;
    border-right: 1px solid #393939;
}

.flogo h2 img {
    display: block;
    width: 267px;
    height: 83px;
    padding: 43px 0 20px;
}

.flogo h2 em {
    display: block;
    font: 20px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
}

.flogo li {
    font: 14px "Microsoft YaHei";
    color: #a0a0a0;
    margin-top: 20px;
}

.flogo li img {
    vertical-align: middle;
    padding-right: 10px;
}

.flogo .li4 {
    color: #ffffff;
    font-size: 18px;
}

.flogo .li4 em {
    padding-left: 30px;
}

.fnav {
    width: 370px;
    height: 444px;
    border-right: 1px solid #393939;
}

.fnav p {
    padding: 85px 0 0 40px;
    float: left;
    width: 140px;
    font: 14px "Microsoft YaHei";
    line-height: 48px;
    color: #a0a0a0;
}

.fnav p em {
    display: block;
    font: 18px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.fnav p a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #a0a0a0;
    background: url(../image/farr_1.png) no-repeat left center;
    padding-left: 10px;
    overflow: hidden;
}

.fnav p a:hover {
    background: url(../image/farr_2.png) no-repeat left center;
    color: #ffffff;
    text-decoration: underline;
}

.fcode {
    width: 383px;
    height: 290px;
    overflow: hidden;
    background: url(../image/fcode.gif) no-repeat center top;
    margin-top: 84px;
}

.fcode span {
    display: block;
    font: 14px "Microsoft YaHei";
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    height: 144px;
    padding-top: 16px;
}

.fcode span em {
    display: block;
    font: 30px Arial;
    color: #fff;
    padding: 5px 0 0 35px;
    color: #fff;
}

.fcode p {
    width: 295px;
    margin: 0 auto;
}

.fcode p em {
    display: block;
    width: 82px;
}

.fcode p img {
    display: block;
    width: 82px;
    height: 82px;
}

.fcode p i {
    display: block;
    font: 13px "Microsoft YaHei";
    color: #868686;
    line-height: 35px;
    text-align: center;
}

.foot {
    height: 68px;
    font: 14px "Microsoft YaHei";
    line-height: 68px;
    color: #8a8a8a;
}

.foot span {
    float: right;
    font-weight: bold;
}

.foot span a {
    color: #8a8a8a;
    display: inline-block;
    padding: 0 5px;
    font-weight: normal;
}

.foot em {
    padding: 0 8px;
}

.foot a {
    color: #8a8a8a;
}

.long1{
    margin-top: 40px;
}


.xypg-pagination {
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.xypg-pagination li{
    display:inline-block
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
}



.fdh-01-tit {
    background: #c30d23;
    height: 80px;
}

.fdh-01-tit h3 {
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}

.fdh-01-tit h3 span {
    font-size: 14px;
    text-transform: uppercase;
}

.fdh-01-nav-one h3 {
    height: 50px;
    line-height: 50px;
    background:#ececeb;
    margin-bottom: 2px;
    overflow: hidden;
    background: rgba(195,13,35,0.9);
}

.fdh-01-nav-one h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #ffffff;
    overflow: hidden;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
    background: url(../images/p14-icon2.png) no-repeat right center  #c30d23;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a{
    color: #fff;
}
.fdh-01-nav dl {
    padding: 2px 0 4px;
}

.fdh-01-nav dt {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
    border-color:  #c30d23;
}

.fdh-01-nav dt.sidenavcur a,
.fdh-01-nav dt:hover a {
    color:  #c30d23;
}

.fdh-01-nav dd {
    border: 1px solid #ececec;
    border-bottom: 0;
}

.fdh-01-nav p {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 72px;
    padding-right: 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.fdh-01-nav p.sidenavcur a,
.fdh-01-nav p:hover a {
    color:  #c30d23;
}

.fdh-01-nav p.sidenavcur:after,
.fdh-01-nav p:hover:after {
    background: #111111;
}

.fdh-01-nav a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.cbgg-01 {
    background: #c30d23;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;line-height: 33px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.hwxcode img {
    width: 70px;
    margin-right: 20px;
}